home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / timelord / timelord.readme < prev    next >
Text File  |  1999-06-14  |  3KB  |  75 lines

  1. Short:    OS timeclock resync tool
  2. Author:   granta@mindspring.com (Grant Allen)
  3. Uploader: granta@mindspring.com (Grant Allen)
  4. Type:     dev/c
  5.  
  6.   Tool to re-sync your system battery clock and the
  7. standard OS clock with that of an internet host. This
  8. tool can be run both from the command line and from
  9. the WorkBench. When run from the workbench, the GUI
  10. has several additional features not available as a
  11. transient command:
  12.  
  13. 1) Window can be shrunk and moved off to the side allowing
  14.    it to be run as a background server.
  15. 2) You can set up a list of hosts to re-sync with. You
  16.    can manually select a host from the list, or have it
  17.    sequence down through the list, trying each host in
  18.    sequence, until it either successfully connects with
  19.    one or has failed to connect with all of the hosts
  20.    in the list.
  21. 3) Can be configured to re-sync the clocks at a regular
  22.    interval. It is currently configured to continuously
  23.    re-sync the at 10 minute intervals while you are on
  24.    line. When this feature kicks in to perform a re-sync,
  25.    it attempts to re-sync using the "sequence through
  26.    hosts" feature mentioned in #2. This automatic re-sync
  27.    feature can be disabled by setting the interval to 0 minutes.
  28.  
  29.  
  30.  This program is a full object oriented, C++ program, and
  31. not a compiled script. It has full resource management built
  32. in, which means it cleans up after itself, making sure
  33. allocated memory is freed, and all sockets are closed when
  34. complete. This utility was written from scratch using a
  35. foundation class system I have written.
  36.  
  37.  A partial list of features provided by this system include:
  38. 1) TCP support
  39. 2) full resource management
  40. 3) class which provides full management of child processes or threads
  41. 4) full GUI class system providing support for all controls, windows
  42.    and virtual screens
  43. 5) all GUI objects support arrays, so you can have arrays of controls
  44.    or even windows
  45. 6) full GUI message dispatcher built in so you don't have to
  46.    worry about this. you simply have to add message handlers
  47.    for those messages which you want to handle. interpretation,
  48.    processing, and replying to messages is all handled internally
  49.    for you.
  50. 7) interprocess communication port class
  51. 8) high performance string class
  52. 9) full set of signal handling classes
  53.  
  54.  All of these classes, and the above program were were
  55. designed and compiled using SAS C++ 6.57.
  56.  
  57. -----------------------------------
  58.  
  59. Please don't break up this archive if you upload it elsewhere.
  60.  
  61. -----------------------------------
  62.  
  63. You are not allowed to charge for the distribution of this
  64. utility. I retain all rights to it, but I am not charging any
  65. fees for its use. It is fully operational (not crippleware),
  66. and contains NO nag screens!!! All help is built in. To run
  67. the GUI interface, simply run it without arguments, or click
  68. on the 'TimeLord' icon.
  69.  
  70. -----------------------------------
  71.  
  72. Please drop me a message letting me know what you think of it...
  73. suggestions, bugs, ...
  74.  
  75.